html,body{
    margin:0;
    padding:0;
}
.gateway-header-top{
    height:36px;
    width:100%;
    background-color: #9b1e22;
}
.gateway-header-main{
    width:100%;
    height:120px;
    background-color:white;
}
.gateway-header{
    width:1200px;
    height:84px !important;
    margin:0 auto;
    padding: 0 auto;
    padding-top:35px;
    vertical-align: middle;
    background-color:white;
}
.gateway-header-left{
    width:405px;
    height:84px;
    margin-top:-10px;
    float:left;
}
.gateway-header-right{
    width:740px;
    height:84px !important;
    margin-left:50px;
    float:left;
}

.gateway-header-ul{
     list-style: none;
 }

.gateway-header-li{
    float:left;
}

.gateway-header-menu{
    padding:0 19px;
    font-size: 15px;
    color: #9b1e22;
    cursor:pointer;
    line-height:55px;
}

.gateway-header-a{
    text-decoration: none !important;
}

.gateway-header-menu.active{
    background-color:#9b1e22;
    color:white;
}

.gateway-header-two-ul{
    position:relative;
    z-index:5;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.05);
    display:none;
    padding-bottom:10px;
    opacity: 0.8;
}

.gateway-header-two-ul.active{
    display:block !important;
}

.gateway-header-two-ul > a{
    text-decoration: none;
    text-align:center;
    list-style: none;
    font-size: 11px;
    color: #595959;
}
.gateway-header-two-ul > a:hover{
    color: #9b1e22;
    text-decoration: underline;
}
.gateway-header-two-li{
    margin-top:16px;
}

.gateway-header-search{
    float: right;
    margin-right:22px;
}
.gateway-header-search-input{
    font-size: 12px;
    color: #ffffff;
    background:url('./../../images/common/search.png') no-repeat 170px center;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: 16px 16px;
    border: solid 0px rgba(191, 191, 191, 0.5);
    filter: alpha(opacity=50);
    width:200px;
    height:25px;
    margin:4px auto;
    text-indent: 14px;
}
.gateway-header-search-input::-webkit-input-placeholder{
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
}
.gateway-header-search-input::-moz-placeholder{
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
}
.gateway-header-search-input:-ms-input-placeholder{
    font-size: 12px;
    color: #ffffff;
    line-height: 28px;
}

.gateway-header-change-en{
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 20px;
    line-height: 32px;
}

.gateway-header-icp-content{
    margin-left: 30px;
    font-family: HiraginoSansGB-W3;
    font-size: 13px;
    line-height: 32px;
    color: #fefefe;
    text-decoration: none;
}